home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile for UNTIL.EXE
- #
- # Compiler : Microsoft C 6.0
- # Created : 13.8.1992
- # Copyright (c) : Martti Ylikoski, 1992
- #
- # Notes: The llibcep.lib is the default library in my system
- # and is therefore renamed llibce.lib.
-
- until.exe: until.obj
- link until.obj, , NUL.MAP,llibce mtoolsp, ,
- bind until.exe
- exehdr /PMTYPE:VIO until.exe
- del until.obj
-
- until.obj: at.c
- CL -AL -c /Lp /D UNTIL /Fountil.obj at.c
-
-